<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media (min-width: 950px) {
  .custom_main {
    display: none; }
  .case .new_li {
    background-color: #ffffff !important; }
  .case .case_img img {
    max-width: 365px;
    height: 195px; }
  .case .box {
    font-size: 14px;
    padding: 10px 0;
    max-width: 365px;
    height: 200px;
    word-wrap: break-word;
    word-break: normal;
    background-color: #ffffff;
    position: relative; }
    .case .box .up {
      width: 100%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .case .box .center {
      color: #666666;
      font-size: 14px;
      text-indent: 2em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
      padding-top: 20px;
      height: 40px;
      white-space: normal; }
    .case .box .down {
      border-top: 1px solid #cbcbcb;
      padding-top: 20px;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      text-align: right;
      color: #949294; }
  .case .article_list {
    width: 100%;
    height: 395px;
    position: relative; }
    .case .article_list a {
      color: #625f5f;
      text-decoration: none;
      outline: medium none;
      transition-property: color;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
    .case .article_list a:hover {
      color: black; }
    .case .article_list .head {
      font-size: 16px;
      width: 100%; }
      .case .article_list .head ul {
        display: flex;
        flex-wrap: wrap; }
        .case .article_list .head ul li {
          padding: 14.5px 0px;
          width: 50%;
          border: 2px solid rgba(209, 209, 209, 0.3);
          margin: 0px;
          margin-left: -2px;
          text-align: center;
          flex: 1;
          vertical-align: middle;
          background-color: #ffffff !important; }
        .case .article_list .head ul li:nth-child(1) {
          border-radius: 5px 0px 0px 5px; }
        .case .article_list .head ul li:nth-child(2) {
          border-radius: 0px 5px 5px 0px; }
    .case .article_list .body {
      width: 100%; }
      .case .article_list .body .tab-content {
        display: none; }
        .case .article_list .body .tab-content .article-item {
          display: flex;
          margin: 10px 0px; }
          .case .article_list .body .tab-content .article-item .img-warp {
            display: none;
            position: relative;
            width: 20%;
            background: transparent;
            margin-right: 0.20833rem; }
            .case .article_list .body .tab-content .article-item .img-warp img {
              width: 100%;
              height: 100%;
              vertical-align: middle; }
          .case .article_list .body .tab-content .article-item .item-content {
            flex: 1;
            position: relative; }
            .case .article_list .body .tab-content .article-item .item-content h2 {
              font-size: 14px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1;
              overflow: hidden;
              height: 34px;
              line-height: 19px;
              white-space: break-spaces; }
            .case .article_list .body .tab-content .article-item .item-content .desc {
              color: #aaaaaa;
              font-size: 14px;
              height: 20px;
              line-height: 20px;
              margin-top: 10px; }
        .case .article_list .body .tab-content .no-result {
          color: #b93924;
          text-align: center;
          font-size: 16px;
          margin: 120px auto; }
        .case .article_list .body .tab-content .down {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: -5px;
          padding-top: 20px;
          text-align: right;
          border-top: 1px solid #cbcbcb;
          font-size: 14px; } }

@media (min-width: 460px) and (max-width: 949px) {
  .new_li {
    display: none; }
  .special_incre_bar {
    padding: 52px 0 41px; }
    .special_incre_bar .custom_main {
      margin-top: 10px; }
      .special_incre_bar .custom_main .custom {
        width: 100%;
        background-color: #ffffff;
        display: flex;
        box-shadow: 0px 0px 6px 0px rgba(35, 57, 81, 0.26);
        overflow: hidden;
        box-sizing: border-box;
        margin: 15px auto 0;
        padding: 20px; }
        .special_incre_bar .custom_main .custom .left {
          flex: 1;
          height: 130px;
          width: 170px; }
          .special_incre_bar .custom_main .custom .left img {
            height: 100%;
            width: 100%; }
        .special_incre_bar .custom_main .custom .right {
          flex: 3;
          text-align: left;
          padding-left: 8px;
          height: 130px;
          position: relative; }
          .special_incre_bar .custom_main .custom .right h2 {
            color: #101010;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .special_incre_bar .custom_main .custom .right .description {
            margin: 10px 0;
            text-indent: 2em;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          .special_incre_bar .custom_main .custom .right .bottom {
            position: absolute;
            bottom: -10px;
            left: 10px; }
        .special_incre_bar .custom_main .custom div {
          margin: auto 0; }
        .special_incre_bar .custom_main .custom p {
          font-size: 12px;
          color: #8E8E8E; } }

@media (max-width: 459px) {
  .new_li {
    display: none; }
  .special_incre_bar {
    padding: 52px 0 41px; }
    .special_incre_bar .custom_main {
      margin-top: 10px; }
      .special_incre_bar .custom_main .custom {
        width: 100%;
        height: 120px;
        background-color: #ffffff;
        display: flex;
        box-shadow: 0px 0px 6px 0px rgba(35, 57, 81, 0.26);
        overflow: hidden;
        box-sizing: border-box;
        margin: 15px auto 0;
        padding: 0 5px; }
        .special_incre_bar .custom_main .custom .left {
          flex: 1; }
          .special_incre_bar .custom_main .custom .left img {
            width: 32vw;
            height: 24vw; }
        .special_incre_bar .custom_main .custom .right {
          flex: 2;
          padding-left: 8px;
          height: 24vw;
          position: relative; }
          .special_incre_bar .custom_main .custom .right h2 {
            font-size: 14px;
            color: #101010;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .special_incre_bar .custom_main .custom .right .description {
            display: none; }
          .special_incre_bar .custom_main .custom .right .bottom {
            position: absolute;
            bottom: -10px;
            left: 10px; }
        .special_incre_bar .custom_main .custom div {
          margin: auto 0; }
        .special_incre_bar .custom_main .custom p {
          font-size: 12px;
          color: #8E8E8E;
          line-height: 30px;
          margin-top: 20px; } }

.more_news {
  text-align: center;
  font-size: 14px;
  padding-top: 30px; }
  .more_news a {
    color: #000000;
    text-decoration: underline !important; }

/*选中样式*/
.selected::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translate(-50%, 0);
  width: 65px;
  height: 4px;
  border-radius: 5px;
  background-color: #c14228; }

@media (min-width: 1200px) {
  /* 
  首页  
  */
  .tuandui {
    height: 304px;
    margin-top: 0;
    text-align: center;
    background: url("/templates/website/res/img/index/底图.png") no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .tuandui p {
    font-size: 40px;
    padding-bottom: 30px;
    line-height: 50px;
    font-weight: 600; }
  .tuandui a {
    color: #fff;
    background: #336fff;
    width: 190px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease 0s; }
  .tuandui a:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
    transition: all 0.3s ease 0s;
    background: #336fff; }
  .title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 60px; }
    .title p {
      font-size: 26px;
      font-weight: normal; }
  .more-info-c {
    display: flex;
    justify-content: center;
    padding: 10px 0; }
    .more-info-c a {
      display: block;
      font-size: 0;
      display: flex;
      align-items: center;
      color: #303133; }
      .more-info-c a span {
        font-size: 16px;
        line-height: 20px; }
      .more-info-c a svg {
        width: 18px;
        height: 18px;
        margin-left: 15px; }
  .case {
    padding: 50px 0 20px 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    flex-wrap: wrap;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .case::-webkit-scrollbar {
      display: none; }
  .case li {
    flex-shrink: 0;
    background: #f6f6f6;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0.04rem 0.08rem 0 rgba(38, 38, 38, 0.03);
    transition: all 0.2s;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px; }
    .case li:nth-of-type(1), .case li:nth-of-type(2), .case li:nth-of-type(3), .case li:nth-of-type(4) {
      margin-bottom: 40px; }
    .case li:first-of-type {
      margin-left: 0; }
    .case li:last-of-type, .case li:nth-of-type(4) {
      margin-right: 0; }
    .case li:hover {
      transform: translateY(-15px);
      box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
      transition: all .3s ease 0s; }
  .case_logo {
    padding: 15px;
    position: relative;
    text-align: right; }
  .case_logo img {
    width: auto;
    height: 20px; }
  .case_img {
    position: relative;
    height: 0;
    padding-bottom: 60%; }
  .case_img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .case_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: unset !important; }
  .case_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .case_img .case_img_brand {
    position: absolute;
    width: fit-content;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 12px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    background: linear-gradient(-50.91deg, #2440fa 0%, #569efc 100%); }
  .case_text {
    padding: 10px 15px;
    box-sizing: border-box; }
  .case_text p {
    line-height: 20px;
    color: #666;
    font-size: 14px; }
  .case_more {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s; }
  .case_more a {
    color: #fff;
    background: #0086c7;
    font-size: 15px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 5px; }
  .logo_cards {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 60px; }
    .logo_cards .logo_cards_item {
      width: 124px; }
      .logo_cards .logo_cards_item .item_title {
        height: 55px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        background-color: #f8f9fb;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        line-height: 55px;
        text-align: center;
        margin-bottom: 10px; }
      .logo_cards .logo_cards_item .item_logos {
        display: flex;
        justify-content: space-between; }
        .logo_cards .logo_cards_item .item_logos .item_logos_column .item_logos_div {
          margin-bottom: 10px; }
          .logo_cards .logo_cards_item .item_logos .item_logos_column .item_logos_div .logo {
            width: 124px;
            height: 55px;
            border-radius: 5px;
            background-color: #ffffff;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            text-align: center;
            line-height: 55px; }
    .logo_cards .logo_cards_item_width {
      width: 259px; }
  .logo_cards_iphone {
    display: none; }
  .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    flex-wrap: wrap;
    width: 100%; }
  .brand li {
    width: 23.5%;
    margin-right: 2%;
    background-color: #ffffff;
    border-radius: 10px;
    height: 0;
    padding-bottom: 23.5%;
    position: relative; }
    .brand li &gt; div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .brand li:nth-of-type(1), .brand li:nth-of-type(2), .brand li:nth-of-type(3), .brand li:nth-of-type(4) {
      margin-bottom: 15px; }
    .brand li:first-of-type {
      margin-left: 0; }
    .brand li:last-of-type, .brand li:nth-of-type(4) {
      margin-right: 0; }
  .brand li p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px; }
  .headings {
    text-align: center;
    font-size: 34px;
    padding-top: 20px; }
  .fuwu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px; }
  .fuwu li {
    width: 285px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: center;
    padding: 40px;
    border-radius: 10px; }
  .fuwu li img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease 0s; }
  .fuwu li strong {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-top: 40px;
    font-weight: 600; }
  .fuwu li p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px; }
  .fuwu li:hover img {
    transform: scale(1.2); }
  .home_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0; }
  .home_item {
    width: 100%; }
  .home_item.phone_robot {
    left: 145px; }
  .home_item ul li {
    padding: 15px 0; }
  .home_item li strong {
    display: block;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px; }
  .home_item li p {
    font-size: 16px;
    line-height: 22px;
    color: #999; }
  .item_ul {
    width: 410px; }
  .reverse {
    flex-direction: row-reverse; }
  .right_item {
    width: 450px;
    flex-shrink: 0; }
  .left_item {
    padding-right: 50px;
    box-sizing: border-box; }
  .home_layout2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0; }
  .home_layout2 ul {
    width: 410px; }
  .home_layout2 .home_item {
    padding-bottom: 60px;
    flex-shrink: 0; }
  .home_layout2 .item_btn a {
    padding: 0 25px; }
  .home_photo {
    width: 100%; }
  .home_photo.finance {
    width: 180%;
    left: -70px;
    margin-left: -30px; }
  .home_photo img {
    width: 100%; }
  .right {
    text-align: right; }
  .home_img1 {
    margin-left: 0; }
  .home_img1.finance {
    margin-left: -60px; }
  .home_img2 {
    margin-left: -120px; }
  .home_img3 {
    margin-left: 0; }
  .home_img4 {
    margin-left: -120px; }
  .home_img5 {
    margin-left: 0; }
  .home_img6 {
    margin-left: -70px; }
  .home_img7 {
    margin-left: 0; }
  .home_img8 {
    margin-left: -75px; }
  .item_btn a {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px;
    transition: all 0.3s ease 0s; }
  .item_btn a:hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover:hover {
    background: #0096df;
    border: 2px solid #0096df; }
  .wap {
    display: none; }
  .red {
    color: #ff2b2b; }
  .bgf7 {
    background: #f7fbff; }
  .bgf8 {
    background: #f8f9fb; }
  .item_btn4 span {
    display: none; }
  .wx_bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wx_box {
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 20px;
    position: relative;
    line-height: 24px; }
  .wx_box h3 {
    width: 290px;
    font-size: 18px;
    padding: 10px 0 20px;
    font-weight: bold; }
  .wx_box p {
    width: 290px;
    font-size: 14px;
    padding-right: 20px; }
  .wx_box div:last-child {
    text-align: center; }
  .wx_box img {
    width: 140px; }
  .wx_box strong {
    display: block;
    font-size: 14px; }
  .wx_close {
    width: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0; }
  .wx_close img {
    width: 100%; } }

@media (min-width: 769px) and (max-width: 1199px) {
  /* 
  
  首尾公用  
  */
  .w1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden; }
  .header_fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .header_box {
    width: 100%;
    height: 70px; }
  .header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .logo {
    flex-shrink: 0; }
  .head_btn {
    flex-shrink: 0; }
  .head_btn a {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 30px;
    line-height: 34px;
    border-radius: 5px;
    transition: all 0.3s ease 0s; }
  .head_btn a.hover {
    color: #fff;
    background: #0086c7;
    transition: all 0.3s ease 0s; }
  .head_btn a:hover {
    background: #0086c7;
    color: #fff; }
  .head_btn a.hover:hover {
    background: #0090d6; }
  .menu_box1 {
    width: 165px;
    box-sizing: border-box; }
  .menu_box2 {
    width: 190px;
    box-sizing: border-box; }
  .footer_bg {
    background: #222327; }
  .foot_head {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px; }
  .weixin {
    flex-shrink: 0;
    width: 240px;
    color: #fff; }
  .weixin h3 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px; }
  .weixin span {
    font-size: 14px;
    line-height: 20px;
    display: block; }
  .weixin strong {
    font-size: 18px;
    line-height: 24px;
    display: block; }
  .weixin ul {
    display: flex;
    align-items: center;
    padding-top: 25px; }
  .weixin li {
    padding-right: 30px;
    text-align: center; }
  .weixin li p {
    color: #868688;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px; }
  .footer {
    text-align: center;
    padding: 30px 0; }
  .address {
    color: #fff;
    font-size: 14px;
    line-height: 28px; }
  .links {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 28px; }
  .links a {
    color: #9f9fa0;
    font-size: 14px;
    padding: 0 3px; }
  .copy {
    color: #9f9fa0;
    font-size: 14px;
    line-height: 28px; }
  .menu_ico {
    display: none; }
  /* 
  banner  
  */
  .banner {
    width: 100%;
    height: 540px;
    background: url("/templates/website/res/2020/img/banner_1.jpg") no-repeat center center;
    position: relative;
    z-index: 9; }
  .banner_text {
    height: 540px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner_text h3 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text h1 {
    font-size: 56px;
    line-height: 70px; }
  .banner_text p {
    font-size: 22px;
    padding-bottom: 40px;
    line-height: 40px; }
  .banner_text a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    background: #0086c7;
    padding: 0 40px;
    border-radius: 10px;
    transition: all 0.3s ease 0s; }
  .banner_text a:hover {
    background: #0090d6; }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1; }
  .banner .swiper-pagination-bullet-active {
    background: #0086c7; }
  /* 
  首页  
  */
  .tuandui {
    height: 304px;
    margin-top: 0;
    text-align: center;
    background: url("/templates/website/res/img/index/底图.png") no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .tuandui p {
    font-size: 40px;
    padding-bottom: 30px;
    line-height: 50px;
    font-weight: 600; }
  .tuandui a {
    color: #fff;
    background: #0086c7;
    width: 190px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease 0s; }
  .tuandui a:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
    transition: all 0.3s ease 0s;
    background: #336fff; }
  .title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 60px; }
  .title p {
    font-weight: normal;
    font-size: 26px; }
  .more-info-c {
    display: flex;
    justify-content: center;
    padding: 10px 0; }
    .more-info-c a {
      display: block;
      font-size: 0;
      display: flex;
      align-items: center;
      color: #303133; }
      .more-info-c a span {
        font-size: 16px;
        line-height: 20px; }
      .more-info-c a svg {
        width: 18px;
        height: 18px;
        margin-left: 15px; }
  .case {
    padding: 50px 0 20px 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    flex-wrap: wrap;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .case::-webkit-scrollbar {
      display: none; }
  .case li {
    flex-shrink: 0;
    background: #f6f6f6;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0.04rem 0.08rem 0 rgba(38, 38, 38, 0.03);
    transition: all 0.2s;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px; }
    .case li:nth-of-type(1), .case li:nth-of-type(2), .case li:nth-of-type(3), .case li:nth-of-type(4) {
      margin-bottom: 40px; }
    .case li:first-of-type {
      margin-left: 0; }
    .case li:last-of-type, .case li:nth-of-type(4) {
      margin-right: 0; }
    .case li:hover {
      transform: translateY(-15px);
      box-shadow: 2px 2px 10px 0px rgba(51, 111, 255, 0.2);
      transition: all .3s ease 0s; }
  .case_logo {
    padding: 15px;
    position: relative;
    text-align: right; }
  .case_logo img {
    width: auto;
    height: 20px; }
  .case_img {
    position: relative;
    height: 0;
    padding-bottom: 60%; }
  .case_img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .case_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: unset !important; }
  .case_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .case_img .case_img_brand {
    position: absolute;
    width: fit-content;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 12px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    background: linear-gradient(-50.91deg, #2440fa 0%, #569efc 100%); }
  .case_text {
    padding: 10px 15px;
    box-sizing: border-box; }
  .case_text p {
    line-height: 20px;
    color: #666;
    font-size: 14px; }
  .case_more {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s; }
  .case_more a {
    color: #fff;
    background: #0086c7;
    font-size: 15px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 5px; }
  .logo_cards {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 60px; }
    .logo_cards .logo_cards_item {
      width: 124px; }
      .logo_cards .logo_cards_item .item_title {
        height: 55px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        background-color: #f8f9fb;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        line-height: 55px;
        text-align: center;
        margin-bottom: 10px; }
      .logo_cards .logo_cards_item .item_logos {
        display: flex;
        justify-content: space-between; }
        .logo_cards .logo_cards_item .item_logos .item_logos_column .item_logos_div {
          margin-bottom: 10px; }
          .logo_cards .logo_cards_item .item_logos .item_logos_column .item_logos_div .logo {
            width: 124px;
            height: 55px;
            border-radius: 5px;
            background-color: #ffffff;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            text-align: center;
            line-height: 55px; }
    .logo_cards .logo_cards_item_width {
      width: 259px; }
  .logo_cards_iphone {
    display: none; }
  .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    flex-wrap: wrap;
    width: 100%; }
  .brand li {
    width: 23.5%;
    margin-right: 2%;
    background-color: #ffffff;
    border-radius: 10px;
    height: 0;
    padding-bottom: 23.5%;
    position: relative; }
    .brand li &gt; div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .brand li:nth-of-type(1), .brand li:nth-of-type(2), .brand li:nth-of-type(3), .brand li:nth-of-type(4) {
      margin-bottom: 15px; }
    .brand li:first-of-type {
      margin-left: 0; }
    .brand li:last-of-type, .brand li:nth-of-type(4) {
      margin-right: 0; }
  .brand li p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px; }
  .headings {
    text-align: center;
    font-size: 34px;
    padding-top: 20px; }
  .fuwu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px; }
  .fuwu li {
    width: 285px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: center;
    padding: 40px;
    border-radius: 10px; }
  .fuwu li img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease 0s; }
  .fuwu li strong {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-top: 40px;
    font-weight: 600; }
  .fuwu li p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px; }
  .fuwu li:hover img {
    transform: scale(1.2); }
  .home_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0; }
  .home_item {
    width: 100%; }
  .home_item ul li {
    padding: 15px 0; }
  .home_item li strong {
    display: block;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px; }
  .home_item li p {
    font-size: 16px;
    line-height: 22px;
    color: #999; }
  .item_ul {
    width: 410px; }
  .reverse {
    flex-direction: row-reverse; }
  .right_item {
    width: 400px;
    flex-shrink: 0; }
  .left_item {
    padding-right: 50px;
    box-sizing: border-box; }
  .home_photo {
    width: 100%; }
  .home_photo img {
    width: 100%; }
  .right {
    text-align: right; }
  .home_img1 {
    margin-left: 0; }
  .home_img2 {
    margin-left: -90px; }
  .home_img3 {
    margin-left: 0; }
  .home_img4 {
    margin-left: -90px; }
  .home_img5 {
    margin-left: 0; }
  .home_img6 {
    margin-left: -50px; }
  .home_img7 {
    margin-left: 0; }
  .home_img8 {
    margin-left: -55px; }
  .item_btn a {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px;
    transition: all 0.3s ease 0s; }
  .item_btn a:hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover:hover {
    background: #0096df;
    border: 2px solid #0096df; }
  .wap {
    display: none; }
  .red {
    color: #ff2b2b; }
  .bgf7 {
    background: #f7fbff; }
  .bgf8 {
    background: #f8f9fb; }
  .item_btn4 span {
    display: none; }
  .wx_bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wx_box {
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 20px;
    position: relative;
    line-height: 24px; }
  .wx_box h3 {
    width: 290px;
    font-size: 18px;
    padding: 10px 0 20px;
    font-weight: bold; }
  .wx_box p {
    width: 290px;
    font-size: 14px;
    padding-right: 20px; }
  .wx_box div:last-child {
    text-align: center; }
  .wx_box img {
    width: 140px; }
  .wx_box strong {
    display: block;
    font-size: 14px; }
  .wx_close {
    width: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0; }
  .wx_close img {
    width: 100%; } }

@media (max-width: 768px) {
  /* 
  首尾公用  
  */
  .w1200 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.4rem; }
  .w1200_horizontal-scroll {
    padding: 0; }
  .header_fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .header_box {
    width: 100%;
    height: 70px; }
  .header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .logo {
    flex-shrink: 0; }
  .head_btn {
    flex-shrink: 0;
    display: none; }
  .head_btn a {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 30px;
    line-height: 34px;
    border-radius: 5px; }
  .head_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0 0;
    z-index: 999; }
  .menu li {
    padding: 5px 20px;
    position: relative;
    border-bottom: 1px solid #eee; }
  .menu li strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center; }
  .menu li strong a {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 40px; }
  .menu li strong i {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/templates/website/res/2020/img/ico_up.png") no-repeat center center;
    background-size: 100% auto; }
  .menu li.hover strong a {
    color: #0086c7; }
  .menu li.hover i {
    background: url("/templates/website/res/2020/img/ico_upa.png") no-repeat center center;
    background-size: 100% auto; }
  .menu li p {
    display: none;
    text-align: left; }
  .menu li p a {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 40px; }
  .menu li.hover p {
    display: block; }
  .menu li p a.hover {
    color: #0086c7; }
  .menu li p img {
    margin-right: 5px;
    display: none; }
  .footer_bg {
    background: #222327; }
  .foot_head {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px;
    flex-direction: column-reverse; }
  .weixin {
    flex-shrink: 0;
    color: #fff;
    padding: 20px 0 0 50px; }
  .weixin h3 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    display: none; }
  .weixin span {
    font-size: 14px;
    line-height: 20px;
    display: block; }
  .weixin strong {
    font-size: 24px;
    line-height: 24px;
    display: block; }
  .weixin ul {
    display: flex;
    align-items: center;
    padding-top: 15px; }
  .weixin li {
    padding-right: 30px;
    text-align: center; }
  .weixin li p {
    color: #868688;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px; }
  .footer {
    text-align: center;
    padding: 0 20px 20px; }
  .address {
    color: #9f9fa0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px; }
  .links {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 24px; }
  .links a {
    color: #9f9fa0;
    font-size: 12px;
    padding: 0 3px;
    display: inline-block; }
  .copy {
    color: #9f9fa0;
    font-size: 12px;
    line-height: 24px;
    padding-top: 10px; }
  .menu_ico {
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center; }
  .menu_ico img {
    width: 100%; }
  /* 
  banner  
  */
  .banner {
    width: 100%;
    height: 270px;
    background: url("/templates/website/res/2020/img/banner_1.jpg") no-repeat center center;
    position: relative;
    z-index: 9;
    background-size: cover; }
  .banner_text {
    height: 270px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .banner_text h3 {
    font-size: 22px;
    line-height: 40px; }
  .banner_text h1 {
    font-size: 22px;
    line-height: 40px; }
  .banner_text p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 30px; }
  .banner_text a {
    display: inline-block;
    font-size: 14px;
    color: #0086c7;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px; }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1; }
  .banner .swiper-pagination-bullet-active {
    background: #0086c7; }
  /* 
  首页  
  */
  .tuandui {
    height: 204px;
    margin-top: 20px;
    text-align: center;
    background: url("/templates/website/res/img/index/底图.png") no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .tuandui p {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 30px; }
  .tuandui a {
    color: #fff;
    background: #336fff;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 14px; }
  .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 30px; }
  .title strong {
    font-weight: bold; }
  .title p {
    font-weight: normal; }
  .more-info-c {
    display: flex;
    justify-content: center;
    padding: 0.1rem 0; }
    .more-info-c a {
      display: block;
      font-size: 0;
      display: flex;
      align-items: center;
      color: #303133; }
      .more-info-c a span {
        font-size: 0.34rem;
        line-height: 0.4rem; }
      .more-info-c a svg {
        width: 0.34rem;
        height: 0.34rem;
        margin-left: 0.2rem; }
  .case {
    padding: 0.5rem 0;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .case::-webkit-scrollbar {
      display: none; }
    .case .case:first-of-type {
      margin-left: 0.4rem; }
  .case li {
    flex-shrink: 0;
    background: #f6f6f6;
    width: 6.5rem;
    margin-right: 0.4rem;
    background: #fff;
    border: 0.01rem solid #f0f0f0;
    box-shadow: 0 0.04rem 0.08rem 0 rgba(38, 38, 38, 0.03);
    transition: all 0.2s;
    border-radius: 0.2rem;
    overflow: hidden; }
    .case li:first-of-type {
      margin-left: 0.4rem; }
  .case_logo {
    padding: 0 0.25rem 0.25rem 0.2rem;
    position: relative;
    text-align: right; }
  .case_logo img {
    width: auto;
    height: 0.5rem; }
  .case_img {
    position: relative;
    height: 0;
    padding-bottom: 60%; }
  .case_img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .case_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: unset !important; }
  .case_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 0.2rem .25rem;
    line-height: 0.3rem;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .case_img .case_img_brand {
    position: absolute;
    width: 1.2rem;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 0.2rem 0px;
    text-align: center;
    color: #ffffff;
    font-size: 0.28rem;
    line-height: 0.6rem;
    background: linear-gradient(-50.91deg, #2440fa 0%, #569efc 100%); }
  .case_text {
    padding: 0.2rem 0.25rem;
    box-sizing: border-box; }
  .case_text p {
    line-height: 0.45rem;
    height: 0.9rem;
    color: #666;
    font-size: 0.3rem; }
  .case_more {
    display: none; }
  .logo_cards.pt {
    padding-top: 0; }
  .logo_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px; }
    .logo_cards .pc {
      display: none !important; }
    .logo_cards .mobile {
      display: block; }
    .logo_cards .logo_item {
      margin-bottom: 20px;
      width: 40%;
      height: 60px;
      border: 1px solid #ccc;
      padding: 20px 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .logo_cards {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    display: none; }
    .logo_cards .logo_cards_item {
      width: 30%;
      margin-bottom: 10px; }
      .logo_cards .logo_cards_item .item_title {
        height: 50px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        background-color: #f8f9fb;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 10px; }
      .logo_cards .logo_cards_item .item_logos {
        display: flex;
        justify-content: space-between; }
        .logo_cards .logo_cards_item .item_logos .item_logos_column .item_logos_div {
          margin-bottom: 10px; }
          .logo_cards .logo_cards_item .item_logos .item_logos_column .item_logos_div .logo {
            width: 100%;
            height: auto;
            border-radius: 5px;
            background-color: #ffffff;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            text-align: center; }
    .logo_cards .logo_cards_item_width {
      width: 65%; }
  .logo_cards_iphone {
    width: 100%;
    margin-top: 10px; }
    .logo_cards_iphone .swiper-content {
      width: 100%; }
      .logo_cards_iphone .swiper-content .swiper-container {
        width: 100%; }
        .logo_cards_iphone .swiper-content .swiper-container .swiper-slide {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .logo_cards_iphone .swiper-content .swiper-container .swiper-slide .logo_cards_item {
            width: 30%;
            margin-bottom: 10px; }
            .logo_cards_iphone .swiper-content .swiper-container .swiper-slide .logo_cards_item .item_title {
              height: 50px;
              font-size: 14px;
              font-weight: 500;
              border-radius: 5px;
              background-color: #f8f9fb;
              box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
              line-height: 50px;
              text-align: center;
              margin-bottom: 10px; }
            .logo_cards_iphone .swiper-content .swiper-container .swiper-slide .logo_cards_item .item_logos {
              display: flex;
              justify-content: space-between; }
              .logo_cards_iphone .swiper-content .swiper-container .swiper-slide .logo_cards_item .item_logos .item_logos_column .item_logos_div {
                margin-bottom: 10px; }
                .logo_cards_iphone .swiper-content .swiper-container .swiper-slide .logo_cards_item .item_logos .item_logos_column .item_logos_div .logo {
                  width: 100%;
                  height: auto;
                  border-radius: 5px;
                  background-color: #ffffff;
                  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
                  text-align: center; }
          .logo_cards_iphone .swiper-content .swiper-container .swiper-slide .logo_cards_item_width {
            width: 65%; }
  .brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 20px 0;
    flex-wrap: wrap;
    width: 100%; }
  .brand li {
    width: 49%;
    margin-right: 2%;
    background-color: #ffffff;
    border-radius: .2rem;
    height: 0;
    padding-bottom: 49%;
    position: relative;
    margin-bottom: .2rem; }
    .brand li:nth-of-type(7), .brand li:nth-of-type(8) {
      margin-bottom: 0; }
    .brand li:first-of-type {
      margin-left: 0; }
    .brand li:last-of-type, .brand li:nth-of-type(2), .brand li:nth-of-type(4), .brand li:nth-of-type(6), .brand li:nth-of-type(8) {
      margin-right: 0; }
    .brand li &gt; div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .brand li &gt; div img {
        width: 2rem; }
  .brand li p {
    font-size: .32rem;
    line-height: .45rem;
    padding-top: .2rem; }
  .headings {
    text-align: center;
    font-size: 16px;
    padding-top: 10px; }
  .fuwu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 20px; }
  .fuwu li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0; }
  .fuwu li img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px; }
  .fuwu li strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0 5px; }
  .fuwu li p {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px; }
  .home_layout {
    padding: 20px 0; }
  .home_layout img {
    width: 100%; }
  .home_item {
    padding-top: 10px; }
  .home_item ul li {
    padding: 10px 0;
    text-align: center; }
  .home_item li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    font-weight: bold; }
  .home_item li p {
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  .reverse {
    flex-direction: row-reverse; }
  .item_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .item_btn a {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px; }
  .item_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .item_btn3 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .item_btn3 a {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 20px;
    line-height: 34px;
    border-radius: 5px; }
  .item_btn3 a.hover {
    color: #fff;
    background: #0086c7; }
  .red {
    color: #ff2b2b; }
  .bgf7 {
    background: #f7fbff; }
  .bgf8 {
    background: #f8f9fb; }
  .item_btn4 {
    flex-wrap: wrap; }
  .item_btn4 span {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px;
    opacity: 0; }
  .wx_bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wx_box {
    border-radius: 10px;
    width: 80%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 20px;
    position: relative;
    line-height: 24px; }
  .wx_box h3 {
    width: 290px;
    font-size: 18px;
    padding: 10px 0 20px;
    font-weight: bold; }
  .wx_box p {
    font-size: 14px;
    padding-right: 20px;
    line-height: 24px; }
  .wx_box div:last-child {
    text-align: center; }
  .wx_box img {
    width: 120px;
    margin-top: 20px; }
  .wx_box strong {
    display: block;
    font-size: 14px; }
  .wx_box .text {
    width: 65%; }
  .wx_close {
    width: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0; }
  .wx_close img {
    width: 100%; } }
</pre></body></html>